PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFTextMarkupAnnotation Class / setTextMarkupColor Method
The annotation markup color.
In This Topic
    setTextMarkupColor Method
    In This Topic
    Sets the annotation markup color.
    Color must be Gray, RGB or CMYK.
    Syntax
    public void setTextMarkupColor( 
       PDFColor color
    )

    Parameters

    color
    The annotation markup color.
    Exceptions
    ExceptionDescription
    When the color is set to a color other than Gray, RGB or CMYK.
    See Also